#include <deList.hpp>
Collaboration diagram for deTList< T >::iterator:

Public Member Functions | |
| iterator () | |
| ~iterator () | |
| T & | operator * () const |
| T * | operator-> () const |
| void | operator++ () |
| void | operator-- () |
| bool | operator== (const iterator &other) const |
| bool | operator!= (const iterator &other) const |
Protected Member Functions | |
| iterator (TListNode *node) | |
Private Attributes | |
| TListNode * | m_Node |
Friends | |
| class | deTList< T > |
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||
|
|
|
|||||
|
|
1.3-rc3